Method
Namespace: Vox.Decoders
Declared in: Vox.Decoders.Ogg
Loads and resamples the data from OGG stream to the specified SoundBuffer.
public static void LoadFromOgg(
SoundBuffer buffer,
Stream stream,
SampleQuality quality,
bool closeStream
)